Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Namada key to the store #15

Merged
merged 4 commits into from
Nov 10, 2023
Merged

Conversation

yito88
Copy link
Member

@yito88 yito88 commented Nov 9, 2023

closes #12

To add a Namada key with keys add command

  hermes --config config.toml \
    keys add \
    --chain ${chain_id} \
    --key-file ${base_dir}/${chain_id}/wallet.toml

It gets the key of key_name specified in Hermes config from Namada wallet and stores its store.
Hermes signs transactions with the key.

@yito88 yito88 changed the base branch from master to yuji/1.7.0-namada November 10, 2023 17:08
@yito88 yito88 force-pushed the yuji/1.7.0-namada-add-key branch from 25026c1 to ac3b22c Compare November 10, 2023 18:55
@yito88 yito88 marked this pull request as ready for review November 10, 2023 18:56
@yito88 yito88 merged commit c456adf into yuji/1.7.0-namada Nov 10, 2023
41 checks passed
@yito88 yito88 deleted the yuji/1.7.0-namada-add-key branch November 10, 2023 18:57
@yito88 yito88 mentioned this pull request Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant